Params

interface Params

The parameters of the InstallExtensionCallback.

Functions

Link copied to clipboard
Returns the absolute path to the CRX file the extension is about to be installed from.
Link copied to clipboard
open fun extensionId(): String
Returns the ID of the extension to install.
Link copied to clipboard
open fun extensionName(): String
Returns the name of the extension to install.
Link copied to clipboard
Returns the version of the extension to install.
Link copied to clipboard
open fun hosts(): List<String>
Returns an immutable list of the hosts that the extension requests access to.
Link copied to clipboard
open fun permissions(): List<ExtensionPermission>
Returns an immutable list of the required extension permissions.